home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Contributions / Nordic_Global / Networking / MiamiSDK / netinclude / netinet / igmp_var.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-12-03  |  231 b   |  20 lines

  1. #ifndef _NETINET_IGMP_VAR_H_
  2. #define _NETINET_IGMP_VAR_H_
  3.  
  4. #ifndef _SYS_SYSCTL_H_
  5. #include <sys/sysctl.h>
  6. #endif
  7.  
  8. /*
  9.  * Names for IGMP sysctl objects
  10.  */
  11. #define IGMPCTL_MAXID        1
  12.  
  13. #define IGMPCTL_NAMES { \
  14.     { 0, 0 }, \
  15. }
  16.  
  17. #endif
  18.  
  19.  
  20.